#tcaptcha_transform_dy{
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}
.page_menu{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.1);
}
.page_main{
  margin-top: 92px;
}
.page_menu .el-menu--horizontal.el-menu {
  border: none;
}
.el-carousel__container {
  width: 100%;
  height: 780px;
}

.el-carousel__item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-carousel__container .is-active {
  display: flex;
}


.el-menu--popup {
  min-width: 160px;
}

.el-menu-item {
  padding: 0 32px;
}

.el-popper .el-menu--horizontal .el-menu .el-menu-item {
  padding-right: 0;
  padding-left: 24px;
  font-size: 16px;
}
.el-menu--horizontal>.el-sub-menu:hover .el-sub-menu__title{
  color: #1AB370;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
  background-color: #FAFAFA !important;
  color: #333333;
}

.el-menu--horizontal>.el-sub-menu .el-sub-menu__title:hover {
  background-color: #FAFAFA !important;
  color: #333333;
}

.el-menu--horizontal {
  border: none;
}
.el-menu{
  position: static;
}
.el-menu--horizontal .el-popper {
  inset:auto auto auto auto !important;
  top: auto !important;
  left: auto !important;
}

.el-popper.item_with {
  width: 100%;
  left: 0 !important;


}
.el-popper.is-light{
  border: none;
}
.el-popper.item_with_open {
  width: 100%;
  left: 0 !important;
}
.item_with_open  .el-menu--popup{
  /* width: 1300px; */
  box-shadow:none;
}
.el-popper.item_with .el-menu--popup {
  width: 100%;
}

/*  */
.main-header-logo img {
  width: 103px;
  height: 30px;
}

.main-header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.1);
  box-sizing: border-box;
}

.main-header .main-header-content {
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
  box-sizing: border-box;
}

.main-header .main-header-content .main-header-title {
  font-size: 20px;
  font-weight: 500;
}

.main-header .main-header-content .main-header-link {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
}

.main-header .main-header-content .main-header-link span {
  flex-shrink: 0;
}

.main-header .main-header-content .main-header-link img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}

.main-header .main-header-content .main-header-link .topbtn {

  width: 96px;
  height: 36px;
  background: #1ab370;
  border-radius: 254px;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.main-header .main-header-content .main-header-link span+span {
  margin-left: 24px;
}


/* item */

.cont {
  width: 1200px;
  height: 360px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 36px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.cont .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 912px;
  margin: 0 auto;
}

.cont .menu_list .menu_item {
  flex-shrink: 0;
  width: 432px;
  height: 80px;
  box-sizing: border-box;
  margin-bottom: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 16px;
}

.cont .menu_list .menu_item:hover {
  background-color: #f7f8f9;
}

.cont .menu_list .menu_item .menu_item_left .menu_item_img {
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.1);
  border-radius: 8px;
  margin-right: 16px;
}

.cont .menu_list .menu_item .menu_item_left .menu_item_img img {
  width: 100%;
  height: 100%;
}

.cont .menu_list .menu_item .menu_item_right {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}

.cont .menu_list .menu_item .menu_item_right h4 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}

.cont .menu_list .menu_item .menu_item_right p {
  margin-top: 4px;
}

.cont .cont_right {
  width: 264px;
  height: 360px;
  background: #f6fcf9;
  border-radius: 8px;
  flex-shrink: 0;
  margin-left: 24px;
  padding: 0 21px;
  box-sizing: border-box;
  overflow: hidden;
}

.cont .cont_right .cont_right_cont {
  margin-top: 21px;
}

.cont .cont_right .cont_right_cont .cont_right_title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}

.cont .cont_right .cont_right_cont .cont_right_title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: linear-gradient(180deg, #38daa9 0%, #1ab370 100%);
  border-radius: 4px;
  margin-right: 4px;
}

.cont .cont_right .cont_right_cont .cont_right_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
}

.cont .cont_right .cont_right_cont .cont_right_ul .cont_right_li {
  width: 104px;
  font-size: 14px;
  color: #666666;
  padding: 8px 0;
  cursor: pointer;
}

.cont .cont_right .cont_right_cont .cont_right_ul .cont_right_li:hover {
  color: #1AB370;
}

.cont .cont_right .cont_right_cont_bottom {
  margin-top: 28px;
}

/* footer */
.main_footer_logo img {
  width: 120px;
  height: 30px;
}

.main_footer {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(151, 151, 151, 0.1);
  padding: 80px 0 48px 0;
  box-sizing: border-box;
}

.main_footer .main_footer_content {
  width: 1200px;
  margin: 0 auto;
}

.main_footer .main_footer_content .main_footer_content_top {
  display: flex;
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
  padding-bottom: 70px;
}

.main_footer .main_footer_content .main_footer_content_top .top_right {
  width: 368px;
}

.main_footer .main_footer_content .main_footer_content_top .top_right h4 {
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding-right: 8px;
}

.main_footer .main_footer_content .main_footer_content_top .top_right .img_cont {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 10px;
  color: #999;
}

.main_footer .main_footer_content .main_footer_content_top .top_right .img_cont .img_item {
  width: 90px;
  text-align: center;
  font-size: 10px;
  color: #666666;
  line-height: 14px;
}
.main_footer .main_footer_content .main_footer_content_top .top_right .img_cont .img_item img {
  width: 80px;
  height: 80px;
  margin-bottom: 4px;
  text-align: left;
}
.main_footer .main_footer_content .main_footer_content_top .top_right .img_cont .img_item .text{
  font-size: 10px;
  color: #999999;
  line-height: 14px;
  text-align: center;
}
.main_footer .main_footer_content .main_footer_content_top .top_right .img_cont .img_item p {
  text-align: center;
  margin-bottom: 8px;
}

.main_footer .main_footer_content .main_footer_content_top .top_right .img_cont .img_item p span {
  display: inline-block;
  font-size: 10px;
  color: #666666;
}

.main_footer .main_footer_content .bottom_cont {
  font-size: 12px;
  color: #666666;
  margin-top: 48px;
}

.main_footer .main_footer_content .bottom_cont li {
  margin-top: 16px;
}

.main_footer .main_footer_content .bottom_cont li .link {
  cursor: pointer;
  color: #666;
}

.main_footer .main_footer_content .bottom_cont li .link:hover {
  color: #1AB370;
}

.main_footer .main_footer_content .bottom_cont .item_margin {
  margin-top: 24px;
}

.fotter_nav_cont {
  width: 763px;
  display: flex;
  justify-content: space-between;
}

.fotter_nav_dl .fotter_nav_dt {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
}

.fotter_nav_dl .fotter_nav_dd {
  font-size: 12px;
  padding: 8px 0;
  color: #666;
  cursor: pointer;
}

.fotter_nav_dl .fotter_nav_dd:hover {
  color: #1ab370;
}

.swiper {
  width: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.banner .swiper-slide .swiper_btn {
  position: absolute;
  width: 240px;
  height: 48px;
  background: #1ab370;
  border-radius: 254px;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  top: 74%;
  left: 50%;
  margin-left: -600px;
  z-index: 999;

}

.banner .swiper-slide img {
  min-width: 1200px;
  height: 780px;
}

.banner {
  min-width: 1200px;
  height: 780px;
}

.banner .el-image {
  min-width: 1200px;
  text-align: center;
}

.banner .swiper-slide video {
  min-width: 1200px;
  height: 780px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  opacity: 0;
  color: #1ab370;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1;
}


/* enterprise */
.swiper-container,
.enterprise-swiper {
  width: 1200px;
  height: 144px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.enterprise-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 64px;
  width: 160px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}

.enterprise-swiper .swiper-wrapper {
  /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
  /* 样式做了各种浏览器的兼容 */
  height: 64px;
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.enterprise-swiper {
  position: relative;

}
.enterprise-swiper .swiper-wrapper .swiper-slide{
  width: 160px;
  height: 64px;
}
.enterprise-swiper .swiper-wrapper .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
}
.enterprise-swiper::before,
.enterprise-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
}

.enterprise-swiper::before {
  left: 0;
  width: 100px;
  height: 144px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 99;
}

.enterprise-swiper::after {
  right: 0;
  width: 100px;
  height: 144px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 99;
}

.video_cont {
  display: flex;
  justify-content: center;
  margin: 80px 0;
  height: 675px;
  position: relative;
}



.video_cont video {
  width: 100%;
  height: 100%;
}
.video_cont .close{
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background: #fff url('/imgs/icon_close.png') no-repeat right center;
  background-size: contain;
  opacity: .8;

}
.video_cont .mini_play_cont:hover .close{
  display: block;
}
.video_cont .mini_play_cont {
  background-color: #333;
  border-radius: 4px;
  height: 225px;
  overflow: hidden;
  position: fixed !important;
  z-index: 999;
  width: 400px;
  right: 84px;
  bottom: 48px
}

/* home_flowchart */
.home_flowchart {
  width: 1200px;
  margin-top: 48px;
}

.home_flowchart img {
  width: 100%;
}

.flowchart_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.flowchart_cont_item {
  width: 384px;
  background-color: #fff;
  border-radius: 4px;
}

.item_img {
  margin-top: 42px;
}

.item_img img {
  width: 384px;
}

.item_title {
  padding: 48px 48px 0 48px;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 500;
}

.item_title .item_num {
  font-size: 48px;
  font-weight: 600;
  color: #333333;
  line-height: 67px;
}

.item_title .item_text {
  font-size: 24px;
  font-weight: 500;
  color: #1AB370;
  line-height: 33px;
  margin: 16px 0;
}

/* home_marketing */
.home_marketing {
  width: 1200px;
  margin: 70px auto 80px auto;
}
.home_marketing_margin{
  margin-top: 0;
}
.home_marketing .el-tabs__item.is-active {
  color: #1AB370;
  font-size: 20px;
  font-weight: 500;
}

.home_marketing .el-tabs__item {
  font-size: 20px;
  color: #999;
  padding-bottom: 16px;
  font-weight: 400;
}

.home_marketing .el-tabs__item:hover {
  color: #1AB370;
}

.home_marketing .el-tabs__active-bar {
  background-color: #1AB370;
}

.home_marketing .el-tabs__nav-wrap::after {
  background-color: #fff;
  display: none;
}

.home_marketing .pane_cont {
  display: flex;
  margin-top: 24px
}

.home_marketing .pane_cont .pane_cont_left {
  width: 832px;
  flex-shrink: 0;

}

.home_marketing .pane_cont .pane_cont_left img {
  width: 100%;

}

.home_marketing .pane_cont .pane_cont_right {
  padding-left: 48px;
  text-align: left;
}

.home_marketing .pane_cont .pane_cont_right h4 {
  font-size: 20px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;

}

.home_marketing .pane_cont .pane_cont_right .pane_cont_text {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  margin-top: 16px;
 
  
}
.home_flow_cont{
  width: 100%;
  height: 1100px;
  background-color: #fff;
  text-align: center;
  padding-top: 80px;
}
.home_flow_cont h3{
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.home_flow_cont .h3_span {
  display: inline-block;
  color: #333333;
  margin-top: 16px;
}
.home_flow_img{
  width: 1200px;
  height: 892px;
  margin: 0 auto;
  margin-top: 33px;
}
.home_flow_img img{
  width: 1200px;
  height: 892px;
}
.home_marketing .pane_cont .pane_cont_right .bottom_cont {
  margin-top: 36px;
}

.home_marketing .pane_cont .pane_cont_right .bottom_cont .pane_cont_text {
  -webkit-line-clamp: 4;
}

.home_marketing .pane_cont .pane_cont_right .btn_cont {
  margin-top: 24px;
  text-align: left;
}

.pane-swiper {
  width: 832px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.pane-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}

#thumbs {
  margin-top: 10px;
}

.pane_cont .swiper-thumbs .swiper-slide {
  line-height: 90px !important;
  opacity: 0.4;
}

.pane_cont .swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* 来自客户的认可 */
.approval {
  padding: 80px 0 176px 0;
  position: relative;
}
.cont_bg_white{
  background: #fff;
}
.cont_bg .title,.cont_bg_white .title {
  text-align: center;
}
.cont_bg .title h3,.cont_bg_white .title h3 {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.cont_bg .title a ,.cont_bg_white .title a{
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1AB370;
  margin-top: 16px;
  display: inline-block;
}

.swiper-approval .swiper-slide {
  width: 1200px;
  background: #FFFFFF;
  border-radius: 4px;
}

.swiper-approval {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 48px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.swiper-approval-cont {
  display: flex;
  padding: 24px;
  padding-left: 48px;
}

.swiper-approval-cont .swiper-approval-cont-left {
  padding-right: 80px;
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 24px;
  position: relative;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-approval-cont-left .approval_cont_text {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 8px;
}

.swiper-approval-cont-left .icon {
  font-size: 30px;
  color: #E5E5E5;
  margin-top: 24px;
}

.swiper-approval-cont-left .icon_right {
  position: absolute;
  font-size: 30px;
  color: #E5E5E5;
  bottom: 0;
  right: 48px;
}

.swiper-approval-cont-left h4 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 16px;
}
.swiper-approval-cont-left p {
  font-size: 16px;
  
  color: #999999;
}
.swiper-approval-cont .swiper-approval-cont-right {
  display: flex;
  align-items: center;
  position: relative;
}

.swiper-approval-cont .swiper-approval-cont-right video {
  width: 672px;
  height: 378px;
  background: #C8D2E0;
  border-radius: 8px;
}

.approval .swiper-pagination {
  bottom: 80px;
}

.approval .swiper-pagination-bullet {
  width: 48px;
  height: 4px;
  background: #E7EAE8;
  border-radius: 4px;
  opacity: 1;
}

.approval .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, rgba(26, 179, 112, 0.5) 0%, #1AB370 100%);
}

/* share */
.share {
  background-color: #fff;
  padding: 80px 0;
}

.share_list {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 48px;
}

.share_list_left {
  flex-shrink: 0;
  width: 590px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 16px 24px;
}
.share_list_left_title{
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.share_list_left_img {
  width: 542px;
  height: 305px;
  margin-top: 12px;
}

.share_list_left_img img {
  width: 542px;
  height: 305px;
}

.share_list_left_cont {
  padding: 24px 24px 0 24px;
}

.share_list_left_cont h4 {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 22px;
}

.share_list_left_text {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  line-height: 28px;
}

.share_list_left_btn {
  margin-top: 48px;
}

.share_list_left_btn a {
  display: inline-block;
  width: 96px;
  height: 36px;
  background: #1AB370;
  border-radius: 254px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #fff;
}

.share_list_right {
  margin-left: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.list_item_cont{
  display: flex;
  width: 592px;
  height: 322px;
  background: #FFFFFF;
  border-radius: 4px;
}
.list_item_cont_text{
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.share_list_item {
  width: 264px;
  background: #FFFFFF;
  border-radius: 4px;
  /* border: 1px solid #EEEEEE; */
  /* padding-bottom: 22px; */
  overflow: hidden;

}
.list_item_cont_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 24px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
.list_item_cont_title a{
  font-weight: 400;
  font-size: 14px;
  color: #1AB370;
}
.share_list_item_margin {
  margin-bottom: 16px;
}

.share_list_right_img {
  width: 264px;
  height: 148px;
  background: #f0efef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.share_list_right_img img {
  max-width: 100%;
  max-height: 100%;
}

.share_list_item h4 {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 24px;
  margin: 12px 0 20px 0;
  padding: 0px;
  height: 48px;
}

.share_list_item a {
  font-size: 14px;
  width: 80px;
  height: 28px;
  background: #FFFFFF;
  border-radius: 254px;
  color: #1AB370;
  border: 1px solid #1AB370;
  display: inline-block;
  line-height: 28px;
  text-align: center;
}

/* logo-swiper */
.logo_cont {
  padding: 80px 0;
}

.logo_cont h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
}

.swiper-cont {
  margin-top: 48px;
}

.swiper-logo,
.swiper-logo-odd {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 24px;
}


/* .logo-swiper .swiper-slide {
  width: 160px;
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.logo-swiper .swiper-slide {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #F7F8F8;
}

.logo-swiper {
  padding: 0 0px;
}

.logo-swiper .swiper-slide .logo_row {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: 10px;
}

/* .logo-swiper .swiper-slide .logo_row:nth-child(odd){
  padding: 0 50px;
} 
.logo-swiper .swiper-slide .logo_row:nth-child(even) img{
  width: 148px;
}  */
.logo-swiper .swiper-wrapper {
  /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
  /* 样式做了各种浏览器的兼容 */
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* .logo-swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 160px;
  height: 64px;
  margin: 0 12px;
} */
.logo-swiper .swiper-wrapper .swiper-slide .img_cont {
  width: 160px;
  height: 64px;
  border: 1px solid #efeded;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;

}

.logo-swiper .swiper-wrapper .swiper-slide img {
  width: 160px;
  height: 64px;
}

.logo-swiper {
  position: relative;

}

.logo-swiper::before,
.logo-swiper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
}

.logo-swiper::before {
  left: 0;
  width: 50px;
  height: 503px;
  background: linear-gradient(270deg, rgba(251, 252, 252, 0) 0%, #F6F8F7 100%);
  ;
  z-index: 99;
}

.logo-swiper::after {
  right: 0;
  width: 50px;
  height: 503px;
  background: linear-gradient(270deg, #F6F8F7 0%, rgba(251, 252, 252, 0) 100%);
  z-index: 99;
}


.find_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 70px 0;
  background: url(/imgs/home/背景纹理@2x.png) no-repeat center;
  background-size: contain;
  text-align: center;
}

.find_cont h3 {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}

.find_cont_text {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 16px;
}

.find_cont_btn a {
  margin-top: 48px;
  display: inline-block;
  color: #1AB370;
  font-size: 14px;
  width: 96px;
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 254px;
  border: 1px solid #1AB370;
}

.find_cont_btn .consultation_btn {
  margin-top: 48px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: 96px;
  height: 36px;
  line-height: 36px;
  background: #FF8200;
  border-radius: 254px;
  margin-right: 48px;
}

.cont_bg {
  background: #F6F8F7;
  width: 100%;
}

/* find_cont */
.find_bg {
  background-color: #1AB370;
  width: 100%;
}

.top_box_28 {
  background: rgba(51, 51, 51, 1);
  width: 100%;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.top_box_28 .text_138 {
  width: 128px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin: 6px 0 0 180px;
}

.top_box_28 .text_139 {
  width: 72px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(250, 173, 20, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin: 6px 0 0 24px;
}

.text_139:hover {
  color: #1AB370;
}

.image_20 {
  width: 252px;
  height: 32px;
  margin: 0 0 0 0;
}


/* ============================== */
.notice {
  width: 1200px;
  margin: 0 auto;
  height: 32px;
  overflow: hidden;
  color: #fff;
  background: url('/imgs/home/SketchPng048d8a2616883b6704ebc4d117e81ebbefdf6929e8fcd98fa8d7a71470a8d3ee.png') no-repeat right center;
}

.notice ul li {
  list-style: none;
  line-height: 32px;
  /*以下为了单行显示，超出隐藏*/
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.notice ul li a {
  color: #EEA616;
  margin-left: 20px;
}


.pane_cont .carousel-container {
  position: relative;
  width: 832px;
  height: 468px;

  overflow: hidden;
}

.pane_cont .carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.pane_cont .carousel-item {
  flex: 0 0 100%;
}

.pane_cont .thumbnail-container {
  margin-top: 10px;
  text-align: center;
}

.pane_cont .thumbnail {
  width: 96px;
  height: 54px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
}

.pane_cont .thumbnail-container {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.pane_cont .active {
  border: 2px solid #1AB370;
  /* Highlight the active thumbnail */
}


/* 成熟的医药行业全场景直播案例 */
.swiper_tab_home {
  width: 1200px;
  margin: 0 auto;
}

.home-tab-swiper {
  width: 1200px;
  overflow: hidden;
}



.tab_cont {
  background-color: #F6F8F7;
  padding-top: 80px;
}

.tab_cont h3 {
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
}

.swiper_tab_home {
  margin-top: 48px;
}

.swiper_tab_home .tabs {
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 400;
  color: #999999;
  overflow-y: auto;
}

.swiper_tab_home .tabs .tab {
  margin-right: 48px;
  cursor: pointer;
  flex-shrink: 0;
}

.swiper_tab_home .tabs .active {
  color: #1AB370;
  position: relative;
  font-weight: 500;
}

.swiper_tab_home .tabs .active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background: #1AB370;
  border-radius: 2px;
}
.swiper_tab_home .tabs {
  width: 1400px;
  scrollbar-width:2px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  width: 4px;
  background: rgba(#101F1C, 0.1);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144,147,153,.4);
  background-clip: padding-box;
  min-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color .3s;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(144,147,153,.3);
}


/* .home-tab-swiper .swiper-slide h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 48px;
  height: 4px;
  background: #1AB370;
  border-radius: 2px;
} */